home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / tview294.zip / TVSAMPLE.ZIP / TV2 < prev    next >
Text File  |  1988-11-15  |  9KB  |  242 lines

  1. 11-15-88 v1.2 ß15
  2. -----------------
  3.  
  4. CHANGE IN .CNF FILE!
  5.  
  6. Line 5 tells BBSList which letter you are using for an error free
  7. transfer protocol like Xmodem-1K-G (Ymodem-G).  If you don't have an 
  8. error correcting modem, just put the word NONE on this line.  If you 
  9. are running an error correcting modem, like the USRobotics HST, then 
  10. put the menu selection letter you've chosen in PROT(G) on this line. 
  11. For example, if you use the letter F for Xmodem-1K-G like PCBoard 14.0 
  12. does, then put a letter F on this line.
  13.  
  14.  
  15. NOTICE:
  16. -------
  17.  
  18. It appears that the beta process for PCBoard 14.0 will be comming to a 
  19. close in the near future.  I plan on releasing BBSList 1.2 officially
  20. the same day PCBoard 14.0 is released.  This means that I will be 
  21. freezing this version as far as new features.  I will be working on 
  22. bug reports only from here until the release date.  THANKS to all for 
  23. the great suggestions and assistance!
  24.  
  25.  
  26. 11-13-88 V1.2 ß14
  27. -----------------
  28.  
  29. Major Update!  More Features!  Smaller Code Size!
  30.  
  31. ----------------
  32.  
  33. A major change in the way BBSList handles protocols.  There have been
  34. requests to allow Sysops to define protocols and protocol letters. To
  35. accomidate this, I've taken most of the code that handles protocols
  36. out of BBSList.  Now BBSList will look for a files called PROT and
  37. PROTG in the same directory as your BLIST.EXE file.  This is your
  38. Protocol menu.  There are sample PROT(G) files included in this ARC
  39. file.  IMPORTANT: for each protocol you put on the Protocol Menu you
  40. must have a .BAT file named after the menu letter you have given the
  41. protocol in the PROT(G) file.
  42.  
  43. So...if you aren't changing your protocols at all, then you need do
  44. nothing but copy the PROT and PROTG files into the same directory as
  45. BLIST.EXE because I've already set-up the old letters as the default.
  46.  
  47. If you now want to change:
  48.  
  49. [Y] Ymodem (Xmodem-1K)
  50.  
  51. to:
  52.  
  53. [O] Xmodem-1K (Old Ymodem)
  54.  
  55. like PCBoard 14 has, you would have to change that in the PROT and
  56. PROTG files, plus rename Y.BAT to O.BAT  (That's the letter O not the
  57. number 0).
  58.  
  59. If you want to add Jmodem to your list of protocols, you must put a
  60. new line in PROT and PROTG and also create a batch file called J.BAT
  61. that send the Jmodem commands.  Use one of the existing .BAT files
  62. (X.BAT, Y.BAT, Z.BAT) as a model.
  63.  
  64. If you don't handle this correctly, BBSList will tell your caller
  65. that the selected protocol is not available.
  66.  
  67. Sysops running my TextView door may use the same PROT, PROTG and
  68. download batch files (X.BAT, Y.BAT etc.) for both doors as long as
  69. BLIST.EXE and TV.EXE are in the same directory.
  70.  
  71. -------------
  72.  
  73. Recompiled under Prokit dated 11-13-88 to eliminate problem Beta 13
  74. had with displaying the SCRIPT0 file when a user returned to the BBS,
  75. plus a lockup when users logged off inside the door.
  76.  
  77.  
  78. 11-07-88 V1.2 ß13
  79. -----------------
  80. Recompiled under Turbo Pascal 5.0.
  81.  
  82. 10-22-88 V1.2 ß12
  83. -----------------
  84. CHANGE IN .CNF FILE.  Added line 4 which is a switch to tell BLIST
  85. weather or not to write to the CALLER log and DOWNLOAD.TXT.  If you
  86. put a Y on this line it will write.  a N on this line tells it not to
  87. write.  Regardless of the setting, the door will not write to the
  88. log files if you are on locally.
  89.  
  90. Added a check to make sure the user has time to download the BBS List
  91. before the transfer starts.
  92.  
  93. 10-18-88 V1.2 ß11
  94. -----------------
  95. CHANGE IN .CNF FILE!  Line 3 of BLIST.CNF will now allow you a choice
  96. of weather or not to use PKPAK inside the door.  If you find that you
  97. are running out of RAM when the door tries to call PKPAK to ARC the
  98. BBSLIST file, then turn the ARC switch to N.  Otherwise, if this line
  99. is set to Y then BLIST will attempt to ARC the file.  Also note the
  100. file called BLIST that is the batch file PCBoard uses to run the door.
  101. There is now a line that looks like this:
  102.  
  103. rem pkpak a bbslst bbslist
  104.  
  105. If you are turning off the ARC switch by placing an N on line three,
  106. you will also need to take the "rem" off of this line so the list will
  107. be ARC'd with the changes from the prior caller before the new caller
  108. enters the door.
  109.  
  110. 9-21-88 V1.2 ß10
  111. ----------------
  112. Added routine to check for presence of each download batch file
  113. X.BAT, Z.BAT, etc.).  If any are missing then that protocol isn't displayed
  114. in the protocol menu.  This is for Sysops who want to delete a
  115. protocol.
  116.  
  117. 9-12-88 V1.2 ß9
  118. ---------------
  119. Made Ymodem-G (Xmodem-1K-G) appear on the protocol menu on local
  120. connections to end confusion about the dissapearing Ymodem-G.  On a
  121. remote connection, Ymodem-G only appears on the menu if there is an
  122. error correcting modem at both ends.
  123.  
  124. 9-8-88  V1.2 ß8
  125. ---------------
  126. Changed the download ARC file to be named BBSLSTxx.ARC, where xx is
  127. the node number.  This accomidates systems with more than 9 nodes. Put
  128. in a file deletion routine, so all ARC files created for download are
  129. erased after the transfer is completed, or has failed.
  130.  
  131. 9-7-88  V1.2 ß7
  132. ---------------
  133. Reset the more prompt so it dosen't count the version line of BLIST
  134. before BLHELLO(g) to stop the illusion that the more prompt happens in
  135. less than the callers page length.  Added the node number to
  136. BBSLIST.ARC to prevent trouble on multinode systems when once caller
  137. is downloading and another attempts a download.
  138.  
  139. 9-6-88  V1.2 ß6
  140. ---------------
  141. Re-compiled with Prokit dated 9-5-88 to solve problem with ansi menu's
  142. displaying the (More) prompt too soon.
  143.  
  144. 9-3-88  V1.2 ß5
  145. ---------------
  146. Added PCBoard 14.0 compaitbility.  Changed the download batch files so
  147. that they could work with the same batch files as TextView.
  148. BLISTZ.BAT is now Z.BAT, BLISTX.BAT is now X.BAT, etc.  The Batch
  149. files can't simply be renamed, they must be replaced with the new
  150. batch files provided.
  151.  
  152. 9-1-88  V1.2 ß4
  153. ---------------
  154. Took out the "press enter to continue" prompt between functions when
  155. menu is turned off. Fixed bug that caused door to crash on multi-node
  156. systems if one user was reading the list an another was adding to it.
  157.  
  158. 8-31-88  V1.2 ß3
  159. ----------------
  160. Changed BLIST.CNF.  Added a new line #2 to let the Sysop decide
  161. weather to call an external sorting program from inside the door. This
  162. is left as an option because some lists might be so large that the
  163. sort will fail if the procedure runs out of memory.  User has the
  164. option to turn this off by puttin the letter N on line 2, and can turn
  165. in on by putting the letter Y on line 2.  BLSORT.BAT is now included
  166. and has the commands to run SORTF by Vern Berg.  Other sort programs
  167. can be used by changing the BLSORT.BAT file.  If sort is turned on, it
  168. takes place after a series of BBS's are added.
  169.  
  170. 8-30-88  V1.2 ß2
  171. ----------------
  172. Eliminated line 2 of the .CNF file which was a switch to include
  173. Ymodem-G to the list of protocols.  TV now checks PCBOARD.SYS to see
  174. if the error correcting modem flag is set and adds Ymodem-G if it is.
  175.  
  176. 8-29-88  V1.2 ß1
  177. ----------------
  178. Changed input screen so that the entries are all lined up to neaten up
  179. the 'Add a BBS' screen.
  180.  
  181. 8-23-88 V1.1
  182. ------------
  183. V1.0's don't last very long.  The morning after releasing 1.0 I found
  184. a bug in the command line handler that might cause the board to hang
  185. if two invalid commands were entered on the same line.  This is fixed.
  186. in 1.1.
  187.  
  188. 8-22-88 V1.0
  189. ------------
  190. BBSList Door V1.0 official release.
  191.  
  192. 8-21-88 V1.0 ß8
  193. ---------------
  194. Added an "Add another BBS to the List?" prompt when after user has
  195. added his first BBS.  Changed Scan mode to abort on an [ENTER] instead
  196. of [Q]uit.
  197.  
  198. 8-19-88 V 1.0 ß7
  199. ----------------
  200. Changed the [X]pert Toggle to [M]enu-On/Off.  Menus now default to
  201. being on regardless of the users expert status on the main board.  Too
  202. many lost souls in the door couldn't figure out what [X]pert meant.
  203.  
  204. 8-17-88 V 1.0 ß6
  205. ----------------
  206. Trapped phone numbers that were less than 12 characters to keep
  207. callers from omitting the area code.  Changed the order of the way
  208. things are displayed when a caller logs off (BLBYE, SCRIPT0, Version).
  209. Stopped error messages from being written to the callers log when
  210. Sysop is local to settle complaints of BLOCAL.BAT "messing up" the
  211. callers log.
  212.  
  213. 8-14-88 V 1.0 ß5
  214. ----------------
  215. Fixed bug in expert mode handling that caused door to hang if a
  216. caller wasn't in expert mode.
  217.  
  218. 8-13-88 V1.0 ß4
  219. ---------------
  220. Trapped blank phone numbers to keep them from being added to the list.
  221. Added [X]pert toggle.  Moved Sort routine to external method to give
  222. sysops a choice of sort method, or no sorting at all.  Sorting is done
  223. in the BBSLIST (batch) file using Vern Berg's SORTF. Other sort
  224. programs can be substituted though and the batch file modified.
  225.  
  226. 8-12-88 V1.0 ß3
  227. ---------------
  228. Added batch file to sort the list before viewing or downloading.
  229. Added routine to ARC the BBS List before the user downloads it using
  230. PKPAK.EXE.  Added more spaces for the BBS names.
  231.  
  232. 8-11-88 V1.0 ß2
  233. ---------------
  234. Added Download and Search.  Took options off the command line and put
  235. them in a menu (command line too crowded).
  236.  
  237. 8-10-88 V1.0 ß1
  238. ---------------
  239. Initial Coding
  240.  
  241. 
  242.